-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Does not ask for confirmation on deleting one or subsequent messages on last message #5361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ No security or compliance issues detected. Reviewed everything up to dd5e491. Security Overview
Detected Code Changes
Reply to this PR with |
|
Hey @liwilliam2021 I noticed that this PR is pointing to the In that case you can probably wait until #5359 gets merged and you can point this PR at main. |
Yes that was the intention! Will wait |
Pro: it's less annoying to delete the last message, it doesn't make sense to ask the user if they want to delete one message or all messages if it's the last message
Cons: maybe we want to force a confirmation. If so, I can also add a separate panel in this case
Important
Skips confirmation dialog for last message deletion/editing in
webviewMessageHandler.ts, defaulting to "just this message" option, with updated tests inClineProvider.spec.ts.handleMessageModificationsOperationinwebviewMessageHandler.ts.ClineProvider.spec.tsto verify new behavior for last message deletion and editing.This description was created by
for dd5e491. You can customize this summary. It will automatically update as commits are pushed.